home *** CD-ROM | disk | FTP | other *** search
- Path: port2.sniff.smallmedia.com!user
- From: mhoward@plainfield.bypass.com (Mark Howard)
- Newsgroups: comp.lang.c
- Subject: Re: Looking for a clear screen function
- Date: Wed, 21 Feb 1996 07:02:47 -0500
- Organization: TGF Internet Services
- Message-ID: <mhoward-2102960702470001@port2.sniff.smallmedia.com>
- References: <4gaeba$d9h@nkosi.well.com> <3129AC77.5F25@fokus.gmd.de> <TANMOY.96Feb20084655@qcd.lanl.gov>
- NNTP-Posting-Host: port2.sniff.smallmedia.com
-
- In article <TANMOY.96Feb20084655@qcd.lanl.gov>, tanmoy@qcd.lanl.gov
- (Tanmoy Bhattacharya) wrote:
-
- > In article <3129AC77.5F25@fokus.gmd.de> Watson <sayegh@fokus.gmd.de>
- > writes:
- > > Does anyone know of a clear screen function to use both in turboC++ on
- > > a PC and one to use in standard C for Unix machines
- >
- > #include<stdio.h>
- > for (int i=0;i<25;i++)
- > printf("\n");
- >
-
- Whats wrong with printf("\f"); ??
-
- Mark
-